TSTP Solution File: NLP267^4 by Lash---1.13

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Lash---1.13
% Problem  : NLP267^4 : TPTP v8.1.2. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : lash -P picomus -M modes -p tstp -t %d %s

% Computer : n001.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 10:01:29 EDT 2023

% Result   : Theorem 0.20s 0.42s
% Output   : Proof 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
thf(ty_mworld,type,
    mworld: $tType ).

thf(ty_mrel,type,
    mrel: mworld > mworld > $o ).

thf(ty_eigen__0,type,
    eigen__0: mworld ).

thf(ty_price,type,
    price: $i > mworld > $o ).

thf(ty_class,type,
    class: $i > mworld > $o ).

thf(ty_mactual,type,
    mactual: mworld ).

thf(ty_seventy,type,
    seventy: $i ).

thf(ty_paris,type,
    paris: $i ).

thf(ty_second,type,
    second: $i ).

thf(ty_dest,type,
    dest: $i > mworld > $o ).

thf(sP1,plain,
    ( sP1
  <=> ( ( mrel @ mactual @ eigen__0 )
     => ( class @ second @ eigen__0 ) ) ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(sP2,plain,
    ( sP2
  <=> ! [X1: mworld] :
        ( ( mrel @ mactual @ X1 )
       => ( dest @ paris @ X1 ) ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

thf(sP3,plain,
    ( sP3
  <=> ( mrel @ mactual @ eigen__0 ) ),
    introduced(definition,[new_symbols(definition,[sP3])]) ).

thf(sP4,plain,
    ( sP4
  <=> ( sP3
     => ( dest @ paris @ eigen__0 ) ) ),
    introduced(definition,[new_symbols(definition,[sP4])]) ).

thf(sP5,plain,
    ( sP5
  <=> ( class @ second @ eigen__0 ) ),
    introduced(definition,[new_symbols(definition,[sP5])]) ).

thf(sP6,plain,
    ( sP6
  <=> ( ~ ( ( dest @ paris @ eigen__0 )
         => ~ sP5 )
     => ( price @ seventy @ eigen__0 ) ) ),
    introduced(definition,[new_symbols(definition,[sP6])]) ).

thf(sP7,plain,
    ( sP7
  <=> ( sP3
     => sP6 ) ),
    introduced(definition,[new_symbols(definition,[sP7])]) ).

thf(sP8,plain,
    ( sP8
  <=> ( price @ seventy @ eigen__0 ) ),
    introduced(definition,[new_symbols(definition,[sP8])]) ).

thf(sP9,plain,
    ( sP9
  <=> ! [X1: mworld] :
        ( ( mrel @ mactual @ X1 )
       => ( class @ second @ X1 ) ) ),
    introduced(definition,[new_symbols(definition,[sP9])]) ).

thf(sP10,plain,
    ( sP10
  <=> ( ( dest @ paris @ eigen__0 )
     => ~ sP5 ) ),
    introduced(definition,[new_symbols(definition,[sP10])]) ).

thf(sP11,plain,
    ( sP11
  <=> ! [X1: mworld] :
        ( ( mrel @ mactual @ X1 )
       => ( ~ ( ( dest @ paris @ X1 )
             => ~ ( class @ second @ X1 ) )
         => ( price @ seventy @ X1 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP11])]) ).

thf(sP12,plain,
    ( sP12
  <=> ( dest @ paris @ eigen__0 ) ),
    introduced(definition,[new_symbols(definition,[sP12])]) ).

thf(def_mlocal,definition,
    ( mlocal
    = ( ^ [X1: mworld > $o] : ( X1 @ mactual ) ) ) ).

thf(def_mnot,definition,
    ( mnot
    = ( ^ [X1: mworld > $o,X2: mworld] : ( (~) @ ( X1 @ X2 ) ) ) ) ).

thf(def_mand,definition,
    ( mand
    = ( ^ [X1: mworld > $o,X2: mworld > $o,X3: mworld] :
          ( ( X1 @ X3 )
          & ( X2 @ X3 ) ) ) ) ).

thf(def_mor,definition,
    ( mor
    = ( ^ [X1: mworld > $o,X2: mworld > $o,X3: mworld] :
          ( ( X1 @ X3 )
          | ( X2 @ X3 ) ) ) ) ).

thf(def_mimplies,definition,
    ( mimplies
    = ( ^ [X1: mworld > $o,X2: mworld > $o,X3: mworld] :
          ( ^ [X4: $o,X5: $o] :
              ( X4
             => X5 )
          @ ( X1 @ X3 )
          @ ( X2 @ X3 ) ) ) ) ).

thf(def_mequiv,definition,
    ( mequiv
    = ( ^ [X1: mworld > $o,X2: mworld > $o,X3: mworld] :
          ( ( X1 @ X3 )
        <=> ( X2 @ X3 ) ) ) ) ).

thf(def_mbox,definition,
    ( mbox
    = ( ^ [X1: mworld > $o,X2: mworld] :
        ! [X3: mworld] :
          ( ^ [X4: $o,X5: $o] :
              ( X4
             => X5 )
          @ ( mrel @ X2 @ X3 )
          @ ( X1 @ X3 ) ) ) ) ).

thf(def_mdia,definition,
    ( mdia
    = ( ^ [X1: mworld > $o,X2: mworld] :
        ? [X3: mworld] :
          ( ( mrel @ X2 @ X3 )
          & ( X1 @ X3 ) ) ) ) ).

thf(con,conjecture,
    ! [X1: mworld] :
      ( ( mrel @ mactual @ X1 )
     => ( price @ seventy @ X1 ) ) ).

thf(h0,negated_conjecture,
    ~ ! [X1: mworld] :
        ( ( mrel @ mactual @ X1 )
       => ( price @ seventy @ X1 ) ),
    inference(assume_negation,[status(cth)],[con]) ).

thf(h1,assumption,
    ~ ( sP3
     => sP8 ),
    introduced(assumption,[]) ).

thf(h2,assumption,
    sP3,
    introduced(assumption,[]) ).

thf(h3,assumption,
    ~ sP8,
    introduced(assumption,[]) ).

thf(1,plain,
    ( ~ sP10
    | ~ sP12
    | ~ sP5 ),
    inference(prop_rule,[status(thm)],]) ).

thf(2,plain,
    ( ~ sP6
    | sP10
    | sP8 ),
    inference(prop_rule,[status(thm)],]) ).

thf(3,plain,
    ( ~ sP7
    | ~ sP3
    | sP6 ),
    inference(prop_rule,[status(thm)],]) ).

thf(4,plain,
    ( ~ sP4
    | ~ sP3
    | sP12 ),
    inference(prop_rule,[status(thm)],]) ).

thf(5,plain,
    ( ~ sP1
    | ~ sP3
    | sP5 ),
    inference(prop_rule,[status(thm)],]) ).

thf(6,plain,
    ( ~ sP2
    | sP4 ),
    inference(all_rule,[status(thm)],]) ).

thf(7,plain,
    ( ~ sP9
    | sP1 ),
    inference(all_rule,[status(thm)],]) ).

thf(8,plain,
    ( ~ sP11
    | sP7 ),
    inference(all_rule,[status(thm)],]) ).

thf(belief2,axiom,
    sP9 ).

thf(belief1,axiom,
    sP2 ).

thf(law2,axiom,
    sP11 ).

thf(9,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h2,h3,h1,h0])],[1,2,3,4,5,6,7,8,h2,h3,belief2,belief1,law2]) ).

thf(10,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h1,h0]),tab_negimp(discharge,[h2,h3])],[h1,9,h2,h3]) ).

thf(11,plain,
    $false,
    inference(tab_negall,[status(thm),assumptions([h0]),tab_negall(discharge,[h1]),tab_negall(eigenvar,eigen__0)],[h0,10,h1]) ).

thf(0,theorem,
    ! [X1: mworld] :
      ( ( mrel @ mactual @ X1 )
     => ( price @ seventy @ X1 ) ),
    inference(contra,[status(thm),contra(discharge,[h0])],[11,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : NLP267^4 : TPTP v8.1.2. Released v8.1.0.
% 0.06/0.13  % Command  : lash -P picomus -M modes -p tstp -t %d %s
% 0.13/0.34  % Computer : n001.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 12:13:56 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.42  % SZS status Theorem
% 0.20/0.42  % Mode: cade22grackle2xfee4
% 0.20/0.42  % Steps: 88
% 0.20/0.42  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------